home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1501_600 / DISK1563 / DISK1563.ZIP / GI.BAT < prev    next >
DOS Batch File  |  1989-04-12  |  2KB  |  36 lines

  1. echo off
  2.  
  3. REM Most of the commands in this file are commented with the REMinder command.
  4. REM Read the comments and decide how you would like to customize this file.
  5. REM Then you might place the BATCH file in a directory on your path.
  6.  
  7. REM THESE COMMANDS SHOULD GO BEFORE GUESSIT RUNS; THEY SHOULD BE RESET LATER
  8. rem The next line is nice for color displays:
  9. rem    mode co40
  10. rem The next line is good for guessing long phrases in color:
  11. rem    mode co80
  12. rem The next line is good for shaded LCD displays like on many laptops:
  13. rem    mode bw40
  14.  
  15. REM THE NEXT COMMANDS CALL Guess-IT WITH THE WORD LIST AND DRIVE SPECIFIED.
  16. REM YOU CAN ALSO SUPPLY OPTIONS ON THE COMMAND LINE CALL TO THIS BATCH FILE.
  17. rem The next command assumes the all the files for Guess-IT are on drive a:
  18.     a:\guessit -w a:\words.lst %1 %2 %3 %4 %5 %6 %7 %8 %9
  19. rem On b:
  20. rem    b:\guessit -w b:\words.lst %1 %2 %3 %4 %5 %6 %7 %8 %9
  21. rem On c:
  22. rem    c:\guessit\guessit -w c:\guessit\words.lst %1 %2 %3 %4 %5 %6 %7 %8 %9
  23.  
  24. REM ANY DISPLAY MODE COMMANDS SHOULD BE RESET HERE, AFTER RUNNING Guess-IT
  25. rem    mode co80
  26. rem    mode bw80
  27.  
  28. rem This option summary is displayed if you give a bad option to Guess-IT
  29. rem    Guess-IT: Guess the Word or Phrase
  30. rem    -a           alphabetic words only       FALSE
  31. rem    -c           lower case words only       FALSE
  32. rem    -d           turn off direct video output
  33. rem    -g guesses   maximum guesses per word    7
  34. rem    -l length    minimum length of words     5
  35. rem    -w file      file of words or phrases    words.lst
  36.